From ecb4fdf1ff568245c2bd43f8e2e4bbaee79e67e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 10 Nov 2007 22:51:58 +0000 Subject: [PATCH] documented BABL_STATS environment variable. * docs/index-static.html.in: documented BABL_STATS environment variable. svn path=/trunk/; revision=244 --- ChangeLog | 5 +++++ docs/index-static.html.in | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02fd06b..a3e5c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-10 Øyvind Kolås + + * docs/index-static.html.in: documented BABL_STATS environment + variable. + 2007-11-09 Øyvind Kolås Upgraded babl from LGPLv2 to LGPLv3. Copyright statements in all files diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 7a6058d..20b656c 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -80,6 +80,7 @@
  •     Pixel formats
  • -->
  •   Shortcut Coverage
  • +
  •   Environment
  •   Extending
  • Todo
  • @@ -258,6 +259,19 @@
     
     
    + + +

    Environment

    + +

    If the environment variable BABL_STATS is set containting + a html pixel format conversion usage matrix will be written to + /tmp/babl-stats.html. This allows figuring out which + conversions is taking up time during processing, and what shortcuts extensions might be created or improved to + make babl do it's job faster. +

    + +

    Extending

    -- 2.30.2